diff options
| author | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-07-09 06:23:58 +0000 |
|---|---|---|
| committer | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-07-09 06:23:58 +0000 |
| commit | ccca806e803baf87bbc97cb2c49b0065673b7a6b (patch) | |
| tree | 80f32877637644125c6d404783b7349f42500876 /app/[lng]/procurement/(procurement)/equip-class | |
| parent | d23e59b405b0be567592ce967793356d1b11d559 (diff) | |
(최겸) 한글화 및 구매 excel 기준 용어 변경, description 주석처리
Diffstat (limited to 'app/[lng]/procurement/(procurement)/equip-class')
| -rw-r--r-- | app/[lng]/procurement/(procurement)/equip-class/page.tsx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app/[lng]/procurement/(procurement)/equip-class/page.tsx b/app/[lng]/procurement/(procurement)/equip-class/page.tsx index cfa8f133..34fd32b6 100644 --- a/app/[lng]/procurement/(procurement)/equip-class/page.tsx +++ b/app/[lng]/procurement/(procurement)/equip-class/page.tsx @@ -37,14 +37,14 @@ export default async function IndexPage(props: IndexPageProps) { <h2 className="text-2xl font-bold tracking-tight"> 객체 클래스 목록 from S-EDP </h2> - <p className="text-muted-foreground"> + {/* <p className="text-muted-foreground"> 객체 클래스 목록을 확인할 수 있습니다.{" "} - {/* <span className="inline-flex items-center whitespace-nowrap"> + <span className="inline-flex items-center whitespace-nowrap"> <Ellipsis className="size-3" /> <span className="ml-1">버튼</span> </span> - 을 통해 담당자 연락처, 입찰 이력, 계약 이력, 패키지 내용 등을 확인 할 수 있습니다. */} - </p> + 을 통해 담당자 연락처, 입찰 이력, 계약 이력, 패키지 내용 등을 확인 할 수 있습니다. + </p> */} </div> </div> </div> |
